home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / doc / abiword-help / html / template / style.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2009-02-18  |  778 b   |  56 lines

  1. *.layout {
  2.     border-style: none;
  3. }
  4. table.menu {
  5.     border-style: none;
  6.     margin-left: 5px;
  7.     width: 170px;
  8. }
  9. table.menu td {
  10.     color: black;
  11.     font-family: sans-serif;
  12.     font-size: xx-small;
  13. }
  14. table.menu div {
  15.     color: white;
  16.     font-family: sans-serif;
  17.     font-size: 14px;
  18.     text-decoration: none;
  19. }
  20. table.menu a {
  21.     text-decoration: none;
  22. }
  23. tr.menu a:hover div {
  24.     background-color: #eeeeff;
  25. }
  26. tr.menu a div {
  27.     background-color: #ccccff;
  28.     color: black;
  29. }
  30. tr.submenu a:hover div {
  31.     background-color: #eeffee;
  32. }
  33. tr.submenu a div {
  34.     background-color: #ccffcc;
  35.     color: black;
  36. }
  37. tr.submenu div {
  38.     margin-left: 10px;
  39. }
  40. td {
  41.     vertical-align: top;
  42. }
  43. *.Code {
  44.     font-family: fixed;
  45.     color: blue;
  46. }
  47. *.Command {
  48.     font-family: fixed;
  49. }
  50. *.Emphatic {
  51.     font-style: italic;
  52. }
  53. *.GUIdoc {
  54.     font-weight: bold;
  55. }
  56.